Refine your search
41 - 49 of 49 results (0.61 seconds)
Sort By:
  • R Corner
    command sqlFetch will fetch the data from a specific table in the database. I have created a simple MS Access ... mdb” and it contains one table called “Example.” The contents of this table are displayed in Figure ...

    View Description

    • Authors: Steven Craighead
    • Date: Jan 2009
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Technology & Applications>Software
  • The R Corner
    use this: with(subset(inf,gender=="M" & UWclass=="S"),sum(Reserve)) [1] 89223.67 To demonstrate how the ... be used: sum(inf[inf$gender==”M” & inf$UWclass==”S”,]$Reserve) [1] 89223.67 The above command doesn’t ...
    • Authors: Steven Craighead
    • Date: Apr 2012
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Technology & Applications>Software
  • Commuting and ERM
    Commuting and ERM By Steven Craighead C H A I R S P E R S O N ’ S C O R N E RG E N E R A L Steven Craighead ...

    View Description

    • Authors: Steven Craighead
    • Date: Jun 2010
    • Competency: External Forces & Industry Knowledge
    • Publication Name: Risk Management
    • Topics: Enterprise Risk Management
  • R Corner – Ring of Fire
    package documentation or by Internet search. Now, let’s create a map of the Ring of Fire. You can retrieve ... the Latitude, Longitude and Magnitude. First let’s build a Pacific Ocean-centric world map using a Mercator ...
    • Authors: Steven Craighead
    • Date: Oct 2012
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Modeling & Statistical Methods>Data mining
  • R Corner – Predictive Modeling - Data
    R Corner – Predictive Modeling - Data When developing any actuarial model, frequently locating ... [9] "Distance" "RMS" "Source" "EventID" Now, let’s look at a different source of data. Dataset Package ...
    • Authors: Steven Craighead
    • Date: Mar 2016
    • Competency: Technical Skills & Analytical Problem Solving>Innovative solutions
    • Publication Name: CompAct
    • Topics: Experience Studies & Data
  • R Corner—Model Formula Framework
    predictor3 In generalized linear models, you may use the s() con- vention. When you surround a variable by this ... model. For instance: observed ~ s(predictor1) + predictor2 + s(predictor3) would fit observed by ...

    View Description

    • Authors: Steven Craighead
    • Date: Jul 2009
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Technology & Applications>Software
  • R Corner—Memory Management
    R Corner—Memory Management Discusses the memory management features of the computer language ... aspx[2/15/2012 2:56:01 PM] ISSUE 37 | OCTOBER 2010 Table of Contents Letter From The Chair Editor's Notes ...

    View Description

    • Authors: Steven Craighead
    • Date: Oct 2010
    • Competency: Technical Skills & Analytical Problem Solving>Innovative solutions
    • Publication Name: CompAct
    • Topics: Technology & Applications>Software
  • R Corner
    R Corner This column discusses the use and management of data withn the computer language R. ... “summary()” function. This function will produce a table of various statistics on each of the data fields ...

    View Description

    • Authors: Steven Craighead
    • Date: Apr 2009
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Technology & Applications>Software
  • R Corner: A Toy Copula ERM Model in R
    R Corner: A Toy Copula ERM Model in R Using the copula package in the R computing language for ... aspx[2/15/2012 3:13:30 PM] ISSUE 36 | JULY 2010 Table of Contents Letter From The Chair Editor's Notes ...

    View Description

    • Authors: Steven Craighead
    • Date: Jul 2010
    • Competency: Technical Skills & Analytical Problem Solving
    • Publication Name: CompAct
    • Topics: Enterprise Risk Management; Technology & Applications>Software